home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
SHOWINHA.DXR
/
00003_wait 120.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-31
|
166 b
|
11 lines
on exitFrame
set waiter to the timer + 120
repeat while (the timer < waiter) and not (the mouseDown)
nothing()
end repeat
end
on mouseDown
KlickIt()
end